home *** CD-ROM | disk | FTP | other *** search
- CHKQB2 Utility
- Private Domain software by APLogica, Inc.
- Version 1.0 03Aug86
-
- Syntax: CHKQB2 <display text>
-
- CHKQB2 is a program that checks to see if there were any severe errors in the
- last QB2.0 compile. If there were, it will print the command line parameter
- and set the errorlevel to 1; otherwise, the errorlevel is set to zero. A
- question mark as the first character of the display text displays this listing.
-
- This program is provided as a stop gap (?) measure to allow programmers a
- simple way to monitor the progress of a series of QB 2.0 compiles. Other than
- deleting the target .OBJ file and then checking whether it was recreated, there
- is no way to determine if a QB2.0 compile has completed without severe errors.
- This program sets the errorlevel and sends the message provided and error count
- to standard output if severe errors are detected in the previous compile.
-
- IMPORTANT NOTE: This simple program depends on the position of the "Severe
- Error(s)" message on the screen. Because of this restriction, the standard DOS
- prompt must not be changed to include any cursor positioning before using this
- program. Also, this program must be run immediately after the compile.
-